Update toml-rs
authorAlex Crichton <alex@alexcrichton.com>
Wed, 16 Jul 2014 15:08:55 +0000 (08:08 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 16 Jul 2014 15:08:55 +0000 (08:08 -0700)
commit3608fd489218022a1ce8478a320848f25d729022
treeb78e0d4d7c45eeda2a92643f6dff9c14dc1d307a
parent2726d1b98dae8d0af8e9419ff82fe00915fa7033
Update toml-rs

TOML recently grew multiline string literals as well as literal strings with no
escaping, which can be used instead of the hokey escape_path() function.
libs/toml-rs
src/cargo/util/config.rs
tests/support/mod.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_compile_path_deps.rs